home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
Chip_2003-12_cd1.bin
/
software
/
poco
/
pocosetup.exe
/
{app}
/
Poco.exe
/
0
/
RCDATA
/
TFRMCOPYPROGRESS
/
TFRMCOPYPROGRESS.txt
Wrap
Text File
|
2003-07-29
|
1KB
|
70 lines
object FrmCopyProgress: TFrmCopyProgress
Left = 294
Top = 118
BorderIcons = [biSystemMenu]
BorderStyle = bsToolWindow
Caption = 'Progress'
ClientHeight = 81
ClientWidth = 334
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Scaled = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object Lbl: TLabel
Left = 8
Top = 6
Width = 80
Height = 16
Caption = 'Copying files:'
Transparent = True
end
object LblInfo: TLabel
Left = 8
Top = 26
Width = 3
Height = 16
Transparent = True
end
object BtnCancel: TButton
Left = 252
Top = 50
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 0
OnClick = BtnCancelClick
end
object BtnHide: TButton
Left = 252
Top = 78
Width = 75
Height = 25
Cancel = True
Caption = '&Hide'
Default = True
TabOrder = 1
Visible = False
OnClick = BtnHideClick
end
object Bar: TProgressBar
Left = 8
Top = 53
Width = 231
Height = 19
Min = 0
Max = 100
Smooth = True
TabOrder = 2
end
end